Formatting fixes.
authorRomain Francoise <romain@orebokech.com>
Wed, 12 Jul 2006 17:25:38 +0000 (17:25 +0000)
committerRomain Francoise <romain@orebokech.com>
Wed, 12 Jul 2006 17:25:38 +0000 (17:25 +0000)
lisp/ChangeLog
src/ChangeLog

index 28c76857d16474ce4e32ee0f94e83fe431f55994..b93f1c9ef879941cd81eba57de3a885baf1c3d8f 100644 (file)
@@ -11,7 +11,7 @@
        If can't find definition, return nil for position.
        (find-function-do-it): Handle new return value
        of find-definition-noselect.
-       (find-definition-noselect, find-variable-noselect): Doc fix. 
+       (find-definition-noselect, find-variable-noselect): Doc fix.
        (find-function-noselect): Doc fix.
 
        * help-mode.el (help-variable-def): Handle find-variable-noselect
@@ -62,7 +62,7 @@
 
 2006-07-11  Robert J. Chassell  <bob@rattlesnake.com>
 
-       * textmodes/texinfmt.el (texinfo-format-separate-node):
+       * textmodes/texinfmt.el (texinfo-format-separate-node):
        Insert a string before point, which fits documentation, not after.
        (texinfo-multitable-item): In a multitable row, insert any
        additional needed @tabs and spaces.
index 8a20670211f590dd8f0aeac1c26c2d8863019040..5f49bf7a8632e60e568ba3d2833c5e4b2bce5a3d 100644 (file)
 
 2006-07-11  Kim F. Storm  <storm@cua.dk>
 
-       * dispnew.c (Fredisplay): Add FORCE argument to force redisplay when
+       * dispnew.c (Fredisplay): Add FORCE argument to force redisplay when
        input is available.  Fix test for redisplay_dont_pause non-nil.
        Specbind redisplay-dont-pause to t if FORCE non-nil.